Server-side Events

Description

Available server-side table events.

Name
Description
Before insert

Specify the name of the Xbasic function to call before a record is inserted a this table.

Before update

Specify the name of the Xbasic function to call before a record is updated in a table.

Before delete

Specify the name of the Xbasic function to call before a record is delete from a table.

After insert

Specify the name of the Xbasic function to call after a record is inserted into a table.

After update

Specify the name of the Xbasic function to call after a record is updated in a table.

After delete

Specify the name of the Xbasic function to call after a record is delete from a table.

On write conflict

Specify the name of the Xbasic function to call when a write conflict (synchronization error) occurs in a table.

On SQL execute error

Fires when the database returns an error when executing a SQL statement. The typical use case for this event is to clean up the error message that the database returned and present the user with a friendlier message.